home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekikoh Dennoh Club 5
/
Gekikoh Dennoh Club Vol. 5 (Japan).7z
/
Gekikoh Dennoh Club Vol. 5 (Japan) (Track 01).bin
/
internet
/
xip
/
iijppp.lzh
/
src
/
chap.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-09-11
|
175b
|
12 lines
#ifndef _CHAP_H_
#define _CHAP_H_
#include "global.h"
#include "md5.h"
#define CHAP_CHALLENGE 1
#define CHAP_RESPONSE 2
#define CHAP_SUCCESS 3
#define CHAP_FAILURE 4
#endif